Branches to a specified line. GOTO line - line The label or number of the line to execute next. - DO...LOOP, SELECT CASE, IF...THEN...ELSE, SUB, and FUNCTION provide better ways to control the flow of your program. - GOTO is also used as a keyword in the ON ERROR statement. See Also